Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 우선순위 큐 ] 9월 19일 #5

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

sari-harin
Copy link
Collaborator

@sari-harin sari-harin commented Sep 19, 2023

인적사항

학번: 2071079
이름: 이하린

과제제출

기존 제출: 2075, 14235
추가 제출: 2607

Copy link

@kimhj010502 kimhj010502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[우선순위 큐 알고리즘 문제 코드 리뷰 완료]

14235(P3), 2075(P3)

하린님 안녕하세요!
과제하시느라 수고 많으셨습니다!! 어려운 문제인데도 잘 풀어주셨네요! 🥰 도전 문제까지 모두 풀어서 제출하신 것 너무 좋아요!!
코드에 대한 간단한 주석이 있으면 더 좋을 것 같아요. 😎
몇 가지 사소한 코멘트 드렸습니다.
궁금한 점이 있으면 리뷰어를 호출해주세요!

cin >> a;
if(a==0){
if(pq.empty()){
cout << -1 << '\n';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cout << "-1\n"; 이렇게 한번에 작성해도 돼요!


cin >> n;

for(int i=0;i<n*n;i++){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

연산 부분을 잘 구현해주셨네요~!

Copy link

@sawoll sawoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[추가제출 확인 완료]

안녕하세요 하린님! 5주차 추가제출 확인되셨습니다. 수고하셨습니다.😍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants